Monday, May 18, 2015

كلاسس

<html>
<head>
<script type="text/javascript">
function Book(){
this.title = "The White Tiger";
this.author = "Aravind Adiga";
}
var Bookobj = new Book;
alert(Bookobj.title + "by" + Bookobj.author);
</script>
</head>
<body>
</body>
</html>

Post a Comment

Whatsapp Button works on Mobile Device only

Start typing and press Enter to search